Bi Weekly Evaluation Ui State
data class BiWeeklyEvaluationUiState(val biWeeklyEntry: BiWeeklyEvaluationEntry = BiWeeklyEvaluationEntry(), val questionResponse: MutableList<Int> = (0..16).map { x -> x * 0 }.toMutableList(), val page: Int = 0)
UI state for Bi-Weekly Evaluation.
Constructors
Link copied to clipboard
constructor(biWeeklyEntry: BiWeeklyEvaluationEntry = BiWeeklyEvaluationEntry(), questionResponse: MutableList<Int> = (0..16).map { x -> x * 0 }.toMutableList(), page: Int = 0)
Properties
Link copied to clipboard
The current BiWeeklyEvaluationEntry for the user.
Link copied to clipboard
The list of responses to the evaluation questions.